From 2bfd84eb8ccfaa1daeee28041d231f5265713d90 Mon Sep 17 00:00:00 2001 From: Reedy Date: Thu, 5 Apr 2012 19:34:52 +0100 Subject: [PATCH] Duplicate array keys aren't going to do very much... Change-Id: I3421f70332f9514e71d4c1f0751be567108c1099 --- includes/api/ApiBase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 5bff0cafb3..edd9aca8b4 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -1195,7 +1195,6 @@ abstract class ApiBase extends ContextSource { 'toofewexpiries' => array( 'code' => 'toofewexpiries', 'info' => "\$1 expiry timestamps were provided where \$2 were needed" ), 'cantimport' => array( 'code' => 'cantimport', 'info' => "You don't have permission to import pages" ), 'cantimport-upload' => array( 'code' => 'cantimport-upload', 'info' => "You don't have permission to import uploaded pages" ), - 'nouploadmodule' => array( 'code' => 'nomodule', 'info' => 'No upload module set' ), 'importnofile' => array( 'code' => 'nofile', 'info' => "You didn't upload a file" ), 'importuploaderrorsize' => array( 'code' => 'filetoobig', 'info' => 'The file you uploaded is bigger than the maximum upload size' ), 'importuploaderrorpartial' => array( 'code' => 'partialupload', 'info' => 'The file was only partially uploaded' ), -- 2.20.1